AppointmentIsCancelled Property |
Indicates whether the appointment has been canceled.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic bool IsCancelled { get; }Public ReadOnly Property IsCancelled As Boolean
Get
Property Value
Type:
Booleantrue if this instance is cancelled; otherwise,
false.
See Also